home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / demo / sql / connect.ui.h.z / connect.ui.h
Encoding:
C/C++ Source or Header  |  2002-04-08  |  635 b   |  21 lines

  1. /****************************************************************************
  2. ** ui.h extension file, included from the uic-generated form implementation.
  3. **
  4. ** If you wish to add, delete or rename slots use Qt Designer which will
  5. ** update this file, preserving your code. Create an init() slot in place of
  6. ** a constructor, and a destroy() slot in place of a destructor.
  7. *****************************************************************************/
  8.  
  9. #include <qsqldatabase.h>
  10.  
  11. void ConnectDialog::init()
  12. {
  13.     comboDriver->clear();
  14.     comboDriver->insertStringList( QSqlDatabase::drivers() );
  15. }
  16.  
  17. void ConnectDialog::destroy()
  18. {
  19.  
  20. }
  21.